github.com/refraction-networking/utls.Conn.cipherSuite (field)

15 uses

	github.com/refraction-networking/utls (current package)
		conn.go#L51: 	cipherSuite      uint16
		conn.go#L1344: 	cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
		conn.go#L1600: 			c.quicSetReadSecret(QUICEncryptionLevelApplication, c.cipherSuite, c.in.trafficSecret)
		conn.go#L1641: 	state.CipherSuite = c.cipherSuite
		handshake_client.go#L682: 	hs.c.cipherSuite = hs.suite.id
		handshake_client_tls13.go#L231: 	c.cipherSuite = hs.suite.id
		handshake_client_tls13.go#L741: 		if hs.session.cipherSuite != c.cipherSuite {
		handshake_client_tls13.go#L1055: 	cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
		handshake_server.go#L401: 	c.cipherSuite = hs.suite.id
		handshake_server.go#L553: 	c.cipherSuite = hs.suite.id
		handshake_server_tls13.go#L196: 	c.cipherSuite = hs.suite.id
		handshake_server_tls13.go#L981: 	suite := cipherSuiteTLS13ByID(c.cipherSuite)
		ticket.go#L296: 		cipherSuite:       c.cipherSuite,
		u_conn.go#L404: 			c.quicSetReadSecret(QUICEncryptionLevelApplication, c.cipherSuite, c.in.trafficSecret)
		u_conn.go#L798: 		tlsConn.cipherSuite = cipherSuite